Element3D.WorldToObjectTransform Function

Takes a vector specifying a point in the 3D world, and returns the coordinates of that point relative to the object, taking into account the object's current scale, orientation, and position. Returns a Vector3D.

Syntax

result = Element3D.WorldToObjectTransform( pt )

Parameters

pt

Vector3D

Return Value

Result

Vector3D